-
Notifications
You must be signed in to change notification settings - Fork 337
Update docker.rb for Podman #994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This if statement will enable the fact to work if you are using podman with docker symlink/support as the json syntax is lowercase on podman but camel/title case on docker. As per - puppetlabs#982
I'm not a ruby dev so I'll assume this works... Co-authored-by: Henrik Hansson <h@rwx.nu>
|
Hi @torgeiou anything missing? I can try to help out in that case. |
sbernhard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with podman version 5.4.0 and it solves #982
|
Can someone of the maintainers, like @shubhamshinde360, @amitkarsale, @span786, @ghoneycutt, @bastelfreak merge this change? |
I don't think perforce cares... A number of their modules have some serious compatibility issues which would be easy to resolve as they have pending PRs and nothing have been done, so I suspect this will remain the same. |
Summary
This if statement will enable the fact to work if you are using podman with docker symlink/support as the json syntax is lowercase on podman but camel/title case on docker.
Related Issues (if any)
#982
Possibly this too #749
Provide a detailed description of all the changes present in this pull request.
Just an if statement in the factor code (docker.rb)
Checklist
puppet apply)